home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TTIMEWIZFORM / TTIMEWIZFORM.txt < prev   
Text File  |  2007-06-06  |  11KB  |  468 lines

  1. object TimeWizForm: TTimeWizForm
  2.   Left = 230
  3.   Top = 193
  4.   BorderStyle = bsSingle
  5.   Caption = 'Time wizard'
  6.   ClientHeight = 347
  7.   ClientWidth = 547
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = False
  12.   Position = poMainFormCenter
  13.   OnCreate = FormCreate
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 303
  20.     Width = 547
  21.     Height = 3
  22.     Align = alBottom
  23.     Shape = bsBottomLine
  24.   end
  25.   object Bevel2: TBevel
  26.     Left = 0
  27.     Top = 33
  28.     Width = 547
  29.     Height = 3
  30.     Align = alTop
  31.     Shape = bsBottomLine
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 306
  36.     Width = 547
  37.     Height = 41
  38.     Align = alBottom
  39.     BevelOuter = bvNone
  40.     TabOrder = 0
  41.     DesignSize = (
  42.       547
  43.       41)
  44.     object btOk: TElPopupButton
  45.       Left = 322
  46.       Top = 8
  47.       Width = 105
  48.       Height = 25
  49.       DrawDefaultFrame = False
  50.       Caption = 'OK'
  51.       TabOrder = 0
  52.       OnClick = btOkClick
  53.       Anchors = [akRight, akBottom]
  54.     end
  55.     object btCancel: TElPopupButton
  56.       Left = 434
  57.       Top = 8
  58.       Width = 105
  59.       Height = 25
  60.       DrawDefaultFrame = False
  61.       ModalResult = 2
  62.       Caption = 'Cancel'
  63.       TabOrder = 1
  64.       Anchors = [akRight, akBottom]
  65.     end
  66.     object btHelp: TElPopupButton
  67.       Left = 8
  68.       Top = 8
  69.       Width = 113
  70.       Height = 25
  71.       ImageIndex = 14
  72.       UseImageList = True
  73.       Images = TrayForm.ilMain
  74.       DrawDefaultFrame = False
  75.       Caption = 'Help'
  76.       TabOrder = 2
  77.       OnClick = btHelpClick
  78.       Anchors = [akLeft, akBottom]
  79.     end
  80.   end
  81.   object pcMain: TElPageControl
  82.     Left = 97
  83.     Top = 36
  84.     Width = 450
  85.     Height = 267
  86.     ShowBorder = False
  87.     ShowTabs = False
  88.     TabIndex = 3
  89.     TabPosition = etpLeft
  90.     HotTrackFont.Charset = DEFAULT_CHARSET
  91.     HotTrackFont.Color = clBlue
  92.     HotTrackFont.Height = -11
  93.     HotTrackFont.Name = 'MS Sans Serif'
  94.     HotTrackFont.Style = []
  95.     ActivePage = pgMonth
  96.     ActiveTabFont.Charset = DEFAULT_CHARSET
  97.     ActiveTabFont.Color = clWindowText
  98.     ActiveTabFont.Height = -11
  99.     ActiveTabFont.Name = 'MS Sans Serif'
  100.     ActiveTabFont.Style = []
  101.     Align = alClient
  102.     ParentColor = False
  103.     TabOrder = 1
  104.     UseXPThemes = False
  105.     DockOrientation = doNoOrient
  106.     object pgMinute: TElTabSheet
  107.       PageControl = pcMain
  108.       Caption = 'Minutes'
  109.       Visible = False
  110.       object lbMin: TLabel
  111.         Left = 24
  112.         Top = 8
  113.         Width = 337
  114.         Height = 25
  115.         AutoSize = False
  116.         Caption = 'Minutes'
  117.         Font.Charset = DEFAULT_CHARSET
  118.         Font.Color = clWindowText
  119.         Font.Height = -16
  120.         Font.Name = 'MS Sans Serif'
  121.         Font.Style = [fsBold]
  122.         ParentFont = False
  123.       end
  124.     end
  125.     object pgTime: TElTabSheet
  126.       PageControl = pcMain
  127.       Caption = 'Time'
  128.       Visible = False
  129.       object lbTime: TLabel
  130.         Left = 24
  131.         Top = 8
  132.         Width = 329
  133.         Height = 25
  134.         AutoSize = False
  135.         Caption = 'Time'
  136.         Font.Charset = DEFAULT_CHARSET
  137.         Font.Color = clWindowText
  138.         Font.Height = -16
  139.         Font.Name = 'MS Sans Serif'
  140.         Font.Style = [fsBold]
  141.         ParentFont = False
  142.       end
  143.       object teOnceAt: TElDateTimePicker
  144.         Left = 32
  145.         Top = 53
  146.         Width = 89
  147.         Height = 21
  148.         StyleManager = ElStyleManager1
  149.         Format = edfLongTime
  150.         FormatString = 'c'
  151.         DateTime = 38809.696847326400000000
  152.         Flat = True
  153.         CalendarLineColorDark = clWindow
  154.         WeekEndDays = [Sun, Sat]
  155.         CalendarCurrentDayBorder = fbtFlat
  156.         CalendarSelectionBorder = fbtNone
  157.         MinDate = -693593.000000000000000000
  158.         MaxDate = 999999.000000000000000000
  159.         ButtonWidth = 17
  160.         LineBorderActiveColor = clBlack
  161.         LineBorderInactiveColor = clBlack
  162.         ButtonThinFrame = False
  163.         UnassignedChar = ' '
  164.         TranslateDays = True
  165.         CalendarHolidayColor = clBlack
  166.         AutoAdvance = True
  167.         DockOrientation = doNoOrient
  168.         ParentColor = False
  169.         TabOrder = 0
  170.         TabStop = True
  171.         UseXPThemes = False
  172.       end
  173.     end
  174.     object pgSecond: TElTabSheet
  175.       PageControl = pcMain
  176.       Caption = 'Seconds'
  177.       Visible = False
  178.       object lbSec: TLabel
  179.         Left = 24
  180.         Top = 8
  181.         Width = 337
  182.         Height = 25
  183.         AutoSize = False
  184.         Caption = 'Seconds'
  185.         Font.Charset = DEFAULT_CHARSET
  186.         Font.Color = clWindowText
  187.         Font.Height = -16
  188.         Font.Name = 'MS Sans Serif'
  189.         Font.Style = [fsBold]
  190.         ParentFont = False
  191.       end
  192.     end
  193.     object pgMonth: TElTabSheet
  194.       PageControl = pcMain
  195.       Caption = 'Months'
  196.       DesignSize = (
  197.         450
  198.         267)
  199.       object lbMonths: TLabel
  200.         Left = 24
  201.         Top = 8
  202.         Width = 329
  203.         Height = 25
  204.         AutoSize = False
  205.         Caption = 'Months'
  206.         Font.Charset = DEFAULT_CHARSET
  207.         Font.Color = clWindowText
  208.         Font.Height = -16
  209.         Font.Name = 'MS Sans Serif'
  210.         Font.Style = [fsBold]
  211.         ParentFont = False
  212.       end
  213.       object MonthsCheckBox: TSpTBXCheckListBox
  214.         Left = 40
  215.         Top = 96
  216.         Width = 323
  217.         Height = 151
  218.         Anchors = [akLeft, akTop, akRight, akBottom]
  219.         Color = clBtnFace
  220.         Columns = 2
  221.         Enabled = False
  222.         ItemHeight = 13
  223.         TabOrder = 2
  224.       end
  225.       object rbSelMonths: TElRadioButton
  226.         Left = 24
  227.         Top = 72
  228.         Width = 119
  229.         Height = 17
  230.         StyleManager = ElStyleManager1
  231.         Flat = True
  232.         UseXPThemes = False
  233.         Caption = 'In specified month(s)'
  234.         TabStop = False
  235.         TabOrder = 1
  236.         OnClick = rbMonthClick
  237.         DoubleBuffered = False
  238.       end
  239.       object rbEveryMonth: TElRadioButton
  240.         Left = 24
  241.         Top = 48
  242.         Width = 81
  243.         Height = 17
  244.         StyleManager = ElStyleManager1
  245.         Checked = True
  246.         Flat = True
  247.         UseXPThemes = False
  248.         Caption = 'Every month'
  249.         TabOrder = 0
  250.         OnClick = rbMonthClick
  251.         DoubleBuffered = False
  252.       end
  253.     end
  254.     object pgWeekDay: TElTabSheet
  255.       PageControl = pcMain
  256.       Caption = 'Weekdays'
  257.       Visible = False
  258.       DesignSize = (
  259.         450
  260.         267)
  261.       object lbWeekdays: TLabel
  262.         Left = 24
  263.         Top = 8
  264.         Width = 329
  265.         Height = 25
  266.         AutoSize = False
  267.         Caption = 'Weekdays'
  268.         Font.Charset = DEFAULT_CHARSET
  269.         Font.Color = clWindowText
  270.         Font.Height = -16
  271.         Font.Name = 'MS Sans Serif'
  272.         Font.Style = [fsBold]
  273.         ParentFont = False
  274.       end
  275.       object DayNamesCheckBox: TSpTBXCheckListBox
  276.         Left = 40
  277.         Top = 96
  278.         Width = 323
  279.         Height = 151
  280.         Anchors = [akLeft, akTop, akRight, akBottom]
  281.         Color = clBtnFace
  282.         Enabled = False
  283.         ItemHeight = 13
  284.         TabOrder = 2
  285.       end
  286.       object rbSelWeekdays: TElRadioButton
  287.         Left = 24
  288.         Top = 72
  289.         Width = 133
  290.         Height = 17
  291.         StyleManager = ElStyleManager1
  292.         Flat = True
  293.         UseXPThemes = False
  294.         Caption = 'In specified weekday(s)'
  295.         TabStop = False
  296.         TabOrder = 1
  297.         OnClick = rbWeekClick
  298.         DoubleBuffered = False
  299.       end
  300.       object rbEveryWeekday: TElRadioButton
  301.         Left = 24
  302.         Top = 48
  303.         Width = 95
  304.         Height = 17
  305.         StyleManager = ElStyleManager1
  306.         Checked = True
  307.         Flat = True
  308.         UseXPThemes = False
  309.         Caption = 'Every weekday'
  310.         TabOrder = 0
  311.         OnClick = rbWeekClick
  312.         DoubleBuffered = False
  313.       end
  314.     end
  315.     object pgDay: TElTabSheet
  316.       PageControl = pcMain
  317.       Caption = 'Days'
  318.       Visible = False
  319.       object lbDays: TLabel
  320.         Left = 24
  321.         Top = 8
  322.         Width = 337
  323.         Height = 25
  324.         AutoSize = False
  325.         Caption = 'Days'
  326.         Font.Charset = DEFAULT_CHARSET
  327.         Font.Color = clWindowText
  328.         Font.Height = -16
  329.         Font.Name = 'MS Sans Serif'
  330.         Font.Style = [fsBold]
  331.         ParentFont = False
  332.       end
  333.     end
  334.     object pgHour: TElTabSheet
  335.       PageControl = pcMain
  336.       Caption = 'Hours'
  337.       Visible = False
  338.       object lbHours: TLabel
  339.         Left = 24
  340.         Top = 8
  341.         Width = 337
  342.         Height = 25
  343.         AutoSize = False
  344.         Caption = 'Hours'
  345.         Font.Charset = DEFAULT_CHARSET
  346.         Font.Color = clWindowText
  347.         Font.Height = -16
  348.         Font.Name = 'MS Sans Serif'
  349.         Font.Style = [fsBold]
  350.         ParentFont = False
  351.       end
  352.     end
  353.   end
  354.   object Panel3: TPanel
  355.     Left = 0
  356.     Top = 0
  357.     Width = 547
  358.     Height = 33
  359.     Align = alTop
  360.     BevelOuter = bvNone
  361.     TabOrder = 2
  362.     object lbHelpStr: TLabel
  363.       Left = 48
  364.       Top = 8
  365.       Width = 441
  366.       Height = 22
  367.       AutoSize = False
  368.       Caption = 'Here you can make enumerations and intervals with steps of.'
  369.       WordWrap = True
  370.     end
  371.     object Image1: TImage
  372.       Left = 13
  373.       Top = 6
  374.       Width = 25
  375.       Height = 23
  376.       Picture.Data = {<image000.bmp>}
  377.       Transparent = True
  378.     end
  379.   end
  380.   object ElSideBar1: TElSideBar
  381.     Left = 0
  382.     Top = 36
  383.     Width = 97
  384.     Height = 267
  385.     Sections = <
  386.       item
  387.         Index = 0
  388.         Caption = 'Seconds'
  389.         Items = <
  390.           item
  391.             Index = 0
  392.             Caption = 'Seconds'
  393.           end
  394.           item
  395.             Index = 1
  396.             Caption = 'Minutes'
  397.           end
  398.           item
  399.             Index = 2
  400.             Caption = 'Hours'
  401.           end
  402.           item
  403.             Index = 3
  404.             Caption = 'Days'
  405.           end
  406.           item
  407.             Index = 4
  408.             Caption = 'Weekdays'
  409.           end
  410.           item
  411.             Index = 5
  412.             Caption = 'Months'
  413.           end
  414.           item
  415.             Index = 6
  416.             Caption = 'Time'
  417.           end>
  418.       end>
  419.     SectionIndex = 0
  420.     ItemIndex = 0
  421.     Spacing = 16
  422.     TopSpacing = 20
  423.     UnderlineTracked = False
  424.     FlatSections = False
  425.     ItemSize = 0
  426.     InactiveBorderType = fbtSunken
  427.     ItemsFont.Charset = DEFAULT_CHARSET
  428.     ItemsFont.Color = clWindow
  429.     ItemsFont.Height = -11
  430.     ItemsFont.Name = 'MS Sans Serif'
  431.     ItemsFont.Style = []
  432.     SectionsFont.Charset = DEFAULT_CHARSET
  433.     SectionsFont.Color = clWindowText
  434.     SectionsFont.Height = -11
  435.     SectionsFont.Name = 'MS Sans Serif'
  436.     SectionsFont.Style = []
  437.     VisibleSections = False
  438.     ArrowColor = clBlack
  439.     OnItemChange = ElSideBar1ItemChange
  440.     Align = alLeft
  441.     BorderStyle = bsSingle
  442.     TabOrder = 3
  443.     UseXPThemes = False
  444.     object TElSideBarContainerPanel
  445.       UseXPThemes = False
  446.       TabOrder = 0
  447.       ExplicitWidth = 185
  448.       ExplicitHeight = 41
  449.     end
  450.   end
  451.   object ElFormPersist1: TElFormPersist
  452.     Storage = TrayForm.ElIniFile1
  453.     PersistOptions = [epoState, epoPosition, epoSize]
  454.     TopMost = False
  455.     Left = 144
  456.     Top = 160
  457.     PropsToStore = {00000000}
  458.   end
  459.   object ElStyleManager1: TElStyleManager
  460.     Left = 144
  461.     Top = 224
  462.     Style = {
  463.       3B4175746F6D61746963616C6C792067656E6572617465642066696C652E2044
  464.       4F204E4F54204D4F444946592121210D0A0D0A5B2844656661756C74295D0D0A
  465.       55736558505468656D65733D300D0A}
  466.   end
  467. end
  468.